﻿2026-07-23T03:32:22.7162614Z ##[group]Run actions/checkout@v5
2026-07-23T03:32:22.7163069Z with:
2026-07-23T03:32:22.7163381Z   repository: BigscreenVR/spt-bs-core
2026-07-23T03:32:22.7166047Z   token: ***
2026-07-23T03:32:22.7166370Z   ssh-strict: true
2026-07-23T03:32:22.7166659Z   ssh-user: git
2026-07-23T03:32:22.7166948Z   persist-credentials: true
2026-07-23T03:32:22.7167267Z   clean: true
2026-07-23T03:32:22.7167554Z   sparse-checkout-cone-mode: true
2026-07-23T03:32:22.7167880Z   fetch-depth: 1
2026-07-23T03:32:22.7168169Z   fetch-tags: false
2026-07-23T03:32:22.7168469Z   show-progress: true
2026-07-23T03:32:22.7168752Z   lfs: false
2026-07-23T03:32:22.7169044Z   submodules: false
2026-07-23T03:32:22.7169329Z   set-safe-directory: true
2026-07-23T03:32:22.7169869Z   allow-unsafe-pr-checkout: false
2026-07-23T03:32:22.7170189Z env:
2026-07-23T03:32:22.7170495Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-23T03:32:22.7170858Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-23T03:32:22.7171195Z ##[endgroup]
2026-07-23T03:32:23.5446728Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T03:32:23.5449128Z ##[group]Getting Git version info
2026-07-23T03:32:23.5450418Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-23T03:32:23.5709680Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-23T03:32:23.5919242Z git version 2.43.0.windows.1
2026-07-23T03:32:23.5941277Z ##[endgroup]
2026-07-23T03:32:23.5951000Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\33537688-e2af-48c1-b215-112c00fc81bd\.gitconfig'
2026-07-23T03:32:23.5965013Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\33537688-e2af-48c1-b215-112c00fc81bd' before making global git config changes
2026-07-23T03:32:23.5969753Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T03:32:23.5971567Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-23T03:32:23.6225791Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-23T03:32:23.6434142Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T03:32:23.6462270Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T03:32:23.6466657Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T03:32:23.6679845Z refs/heads/main
2026-07-23T03:32:23.6702781Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-23T03:32:23.7270227Z HEAD is now at 3aecc35f Merge pull request #64 from BigscreenVR/release/v0.41.0
2026-07-23T03:32:23.7520918Z ##[endgroup]
2026-07-23T03:32:23.7521675Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-23T03:32:24.1515943Z ##[group]Cleaning the repository
2026-07-23T03:32:24.1520350Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-23T03:32:32.6921258Z Removing .adapter-notify/
2026-07-23T03:32:32.6921703Z Removing target/
2026-07-23T03:32:32.6949431Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-23T03:32:32.7758011Z HEAD is now at 3aecc35f Merge pull request #64 from BigscreenVR/release/v0.41.0
2026-07-23T03:32:32.7778533Z ##[endgroup]
2026-07-23T03:32:32.7782774Z ##[group]Disabling automatic garbage collection
2026-07-23T03:32:32.7787400Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-23T03:32:32.8002791Z ##[endgroup]
2026-07-23T03:32:32.8003201Z ##[group]Setting up auth
2026-07-23T03:32:32.8008705Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-23T03:32:32.8221349Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-23T03:32:33.1596471Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T03:32:33.1833020Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-23T03:32:33.5605113Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T03:32:33.5829728Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-23T03:32:33.9620907Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-23T03:32:33.9917149Z ##[endgroup]
2026-07-23T03:32:33.9917538Z ##[group]Fetching the repository
2026-07-23T03:32:33.9923662Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +33724eee058f64d9a13d252a4b9cf97b6c65c2ab:refs/remotes/pull/66/merge
2026-07-23T03:32:35.8607971Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-23T03:32:35.8608437Z  * [new ref]           33724eee058f64d9a13d252a4b9cf97b6c65c2ab -> pull/66/merge
2026-07-23T03:32:35.8722542Z ##[endgroup]
2026-07-23T03:32:35.8722942Z ##[group]Determining the checkout info
2026-07-23T03:32:35.8723832Z ##[endgroup]
2026-07-23T03:32:35.8728868Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-23T03:32:35.9000033Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-23T03:32:35.9226020Z ##[group]Checking out the ref
2026-07-23T03:32:35.9230242Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/66/merge
2026-07-23T03:32:36.0069572Z Previous HEAD position was 3aecc35f Merge pull request #64 from BigscreenVR/release/v0.41.0
2026-07-23T03:32:36.0070185Z HEAD is now at 33724eee Merge ce5728dcd1d43a5fb715de05dd204feb31de9543 into 3aecc35fb52034ed4538375d91ddd212bc431ef2
2026-07-23T03:32:36.0092357Z ##[endgroup]
2026-07-23T03:32:36.0339111Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-23T03:32:36.0542100Z 33724eee058f64d9a13d252a4b9cf97b6c65c2ab
